runtime.m.procid (field)
15 uses
runtime (current package)
heapdump.go#L559: dumpint(mp.procid)
os_linux.go#L405: getg().m.procid = uint64(gettid())
os_linux.go#L413: getg().m.procid = 0
os_linux.go#L571: tgkill(getpid(), int(mp.procid), sig)
os_linux.go#L677: sevp.sigev_notify_thread_id = int32(mp.procid)
os_linux.go#L836: for atomic.Load64(&mp.procid) == 0 {
os_linux.go#L845: tid := gp.m.procid
os_linux.go#L847: if atomic.Load64(&mp.procid) == tid {
os_linux.go#L857: if mp.procid == tid {
runtime2.go#L538: procid uint64 // for debuggers, but offset not hard-coded
trace.go#L394: ug.mid = int64(s.g.m.procid)
tracebuf.go#L186: mID = uint64(w.mp.procid)
tracecpu.go#L261: hdr[2] = uint64(mp.procid)
traceevent.go#L45: tl.writer().writeGoStatus(uint64(gp.goid), int64(tl.mp.procid), goStatus, gp.inMarkAssist, 0 /* no stack */).end()
traceruntime.go#L508: pp.trace.mSyscallID = int64(tl.mp.procid)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)